home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / HORSHOE3.FRM < prev    next >
Text File  |  1993-09-30  |  236b  |  23 lines

  1. ;Iterate function file
  2. ;by Brent Hugh
  3.  
  4. ;Window defaults 
  5. xmin=-.6 
  6. xmax=1.2
  7. ymin=0   
  8. ymax=1 
  9.  
  10. ;Parameter defaults
  11. a=1  
  12. b=1 
  13. c=2 
  14. d=1
  15. mu=.5
  16.  
  17. ;the function
  18. y=(1-a*sqr(c*y-d))
  19. x=b*x*(c*y-d)+mu
  20.  
  21. ;a horseshoe map 
  22.  
  23.